3.435 \(\int x \sqrt{a x^2+b x^5} \, dx\)

Optimal. Leaf size=25 \[ \frac{2 \left (a x^2+b x^5\right )^{3/2}}{9 b x^3} \]

[Out]

(2*(a*x^2 + b*x^5)^(3/2))/(9*b*x^3)

_______________________________________________________________________________________

Rubi [A]  time = 0.0132812, antiderivative size = 25, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 17, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.059 \[ \frac{2 \left (a x^2+b x^5\right )^{3/2}}{9 b x^3} \]

Antiderivative was successfully verified.

[In]  Int[x*Sqrt[a*x^2 + b*x^5],x]

[Out]

(2*(a*x^2 + b*x^5)^(3/2))/(9*b*x^3)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 5.67898, size = 20, normalized size = 0.8 \[ \frac{2 \left (a x^{2} + b x^{5}\right )^{\frac{3}{2}}}{9 b x^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x*(b*x**5+a*x**2)**(1/2),x)

[Out]

2*(a*x**2 + b*x**5)**(3/2)/(9*b*x**3)

_______________________________________________________________________________________

Mathematica [A]  time = 0.00769527, size = 25, normalized size = 1. \[ \frac{2 \left (x^2 \left (a+b x^3\right )\right )^{3/2}}{9 b x^3} \]

Antiderivative was successfully verified.

[In]  Integrate[x*Sqrt[a*x^2 + b*x^5],x]

[Out]

(2*(x^2*(a + b*x^3))^(3/2))/(9*b*x^3)

_______________________________________________________________________________________

Maple [A]  time = 0.007, size = 29, normalized size = 1.2 \[{\frac{2\,b{x}^{3}+2\,a}{9\,bx}\sqrt{b{x}^{5}+a{x}^{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x*(b*x^5+a*x^2)^(1/2),x)

[Out]

2/9*(b*x^3+a)*(b*x^5+a*x^2)^(1/2)/b/x

_______________________________________________________________________________________

Maxima [A]  time = 1.38814, size = 19, normalized size = 0.76 \[ \frac{2 \,{\left (b x^{3} + a\right )}^{\frac{3}{2}}}{9 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(b*x^5 + a*x^2)*x,x, algorithm="maxima")

[Out]

2/9*(b*x^3 + a)^(3/2)/b

_______________________________________________________________________________________

Fricas [A]  time = 0.219466, size = 38, normalized size = 1.52 \[ \frac{2 \, \sqrt{b x^{5} + a x^{2}}{\left (b x^{3} + a\right )}}{9 \, b x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(b*x^5 + a*x^2)*x,x, algorithm="fricas")

[Out]

2/9*sqrt(b*x^5 + a*x^2)*(b*x^3 + a)/(b*x)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int x \sqrt{x^{2} \left (a + b x^{3}\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x*(b*x**5+a*x**2)**(1/2),x)

[Out]

Integral(x*sqrt(x**2*(a + b*x**3)), x)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.224842, size = 36, normalized size = 1.44 \[ \frac{2 \,{\left (b x^{3} + a\right )}^{\frac{3}{2}}{\rm sign}\left (x\right )}{9 \, b} - \frac{2 \, a^{\frac{3}{2}}{\rm sign}\left (x\right )}{9 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(b*x^5 + a*x^2)*x,x, algorithm="giac")

[Out]

2/9*(b*x^3 + a)^(3/2)*sign(x)/b - 2/9*a^(3/2)*sign(x)/b